home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / graphics / fg203.zip / FASTGIF.DOC next >
Text File  |  1992-07-15  |  3KB  |  62 lines

  1. PROGRAM:        FG.COM (Fast GIF) GIF file viewer
  2.  
  3. VERSION:        2.03 July 15, 1992
  4.  
  5. CONTACT:        Keith P. Graham
  6.                 238 Germonds Road
  7.                 West Nyack, NY 10994
  8.                 Voice: (914) 623-4161 
  9.                 BBS: (914) 623-0039
  10.              
  11. DESCRIPTION:    Very small, very fast GIF file viewer. The program
  12.                 will detect and use VESA drivers up to 1024 * 768.
  13.                 It will also utilize XMS memory (himem.sys) up to
  14.                 1.6 megs. In systems where the GIF file is larger
  15.                 than the screen size the user can scroll around 
  16.                 the picture.
  17.  
  18. SHAREWARE:      FG.COM is shareware and a $5.00 donation is
  19.                 requested for users who use the program more
  20.                 than once a month. A unlimited use license is
  21.                 available to users who wish to package FG with
  22.                 their products ($200). Source code is available
  23.                 for $500.
  24.  
  25. USAGE:          FG filespec
  26.                 Where filespec is the name of a GIF file. Wild
  27.                 cards are acceptable.
  28.                 EXAMPLE:
  29.                         fg *.gif
  30.                 or
  31.                         fg c:\images\gifs\x*.gif
  32.  
  33.                 KEYS:
  34.  
  35.                 Esc   - exits current picture. If wild cards
  36.                         were used in the filespec the next
  37.                         picture will be displayed.
  38.                 F10   - exits the program.
  39.  
  40.                 Cursor controls are active if the complete
  41.                 picture cannot be viewed on screen.
  42.  
  43. LIMITS:        FG will only work on VGA systems. It will detect
  44.         VESA and use it. It decompresses the GIF to memory
  45.         so if you have limited memory the GIF will appear to
  46.         be truncated (chopped off) at the bottom due to
  47.         the fact that it cannot allocate the memory to
  48.         view the whole image.
  49.  
  50. BUGS:        FG does not clear the screen between displays. The
  51.         ghost of the previous image can sometimes be seen
  52.         to the right of small images.
  53.  
  54. CALL:           Please upload any bugs, changes or needed features
  55.                 to my BBS care of SYSOP. I will tyry to fix all
  56.                 real problems and and add features that will allow
  57.                 FG to remain small. I think that small and fast are
  58.                 the selling points of FG and that additional features
  59.                 might not add much to its value if the program slowed
  60.                 down or grew in size.
  61.  
  62.